* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:not(.fa) {
    font-family: '';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}


/* @media screen and (min-width:1320px) and (max-width:1480px) {
    .phone {
        margin-left: 30px !important;
    }
    .pcnav>li>a {
        padding: 0 20px !important;
    }
}

@media screen and (min-width:1000px) and (max-width:1320px) {
    .phone {
        margin-left: 15px !important;
    }
    .pcnav>li>a {
        padding: 0 10px !important;
        font-size: 15px !important;
    }
} */

 :root {
    --main-color: #0353a1;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-666: #666666;
    --main-color-999: #999999;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 62.25rem) {
    .vertical_swiper {
        width: 100%;
        height: 100vh;
    }
    .pchead {
        width: 100%;
        height: 6.25rem;
        background-color: var(--main-color-white);
        box-shadow: 0 .0625rem .9375rem 0 rgba(0, 0, 0, 0.15) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .pcheader {
        max-width: 103.125rem;
        padding: 0 4.0625rem;
        margin: 0 auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pclogo {
        width: 13%;
        display: block;
    }
    .pclogo img {
        width: 100%;
    }
    .hr {
        display: flex;
        align-items: center;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li {
        position: relative;
        height: 6.25rem;
        display: flex;
        align-items: center;
    }
    .pcnav>li>a {
        font-size: 1rem;
        color: var(--main-color-333);
        padding: 0 1.875rem;
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
    }
    .pcnav>li:hover>a {
        text-decoration: underline;
        color: var(--main-color);
    }
    .phone img {
        height: 1.5625rem;
    }
    .phone {
        margin-left: 5rem;
    }
    .pc_drop {
        position: fixed;
        top: 7.5rem;
        transition: var(--main-transition);
        width: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-color: #fafafa;
        padding: 1.25rem 0;
    }
    .pc_dropCon {
        max-width: 59.375rem;
        margin: 0 auto;
        display: flex;
    }
    .pc_dLeft i {
        color: var(--main-color);
        font-size: 1.5625rem;
        margin-right: 1.25rem;
    }
    .pc_dLeft span {
        color: var(--main-color-333);
        font-size: 1.125rem;
    }
    .pc_dLeft {
        width: 9.375rem;
    }
    .pc_dRight {
        width: calc(100% - 9.375rem);
        padding-left: 2.8125rem;
        display: flex;
        justify-content: space-between;
        border-left: .0625rem dashed #e2e2e2;
    }
    .pd_left ul li a {
        font-size: .875rem;
        color: var(--main-color-666);
        display: block;
        margin-bottom: 1.25rem;
    }
    .pd_left ul li a:hover {
        color: #1c1f86 !important;
    }
    .pd_left {
        width: 48%;
    }
    .pd_right {
        width: 48%;
    }
    .pd_right img {
        width: 100%;
    }
    .pd_right a {
        display: block;
        font-size: .875rem;
        color: var(--main-color-white);
        background-color: #1c1f86;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
    }
    .pcnav>li:hover .pc_drop {
        opacity: 1 !important;
        visibility: visible !important;
        top: 6.25rem !important;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .banner {
        width: 100%;
        height: 100%;
    }
    .slideItem {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 20;
        justify-content: center;
        padding-top: 6.25rem;
    }
    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .verticalPage {
        left: .625rem !important;
        width: 1.25rem !important;
    }
    .verticalPage .swiper-pagination-bullet {
        background-color: var(--main-color-white);
        position: relative;
        margin: 1.25rem 0 !important;
    }
    .verticalPage .swiper-pagination-bullet::after {
        position: absolute;
        width: .75rem;
        height: .75rem;
        border: .0625rem solid var(--main-color-white);
        content: '';
        border-radius: 50%;
        left: -0.1875rem;
        transition: var(--main-transition);
        top: -0.1875rem;
        opacity: 0;
    }
    .verticalPage .swiper-pagination-bullet-active::after {
        opacity: 1 !important;
    }
    .title {
        text-align: center;
        font-size: 2.25rem;
        color: #fff;
        margin-bottom: 2.5rem;
    }
    .title em {
        font-style: normal;
    }
    .title p {
        text-align: center;
        font-size: 1.5rem;
        color: var(--main-color-white);
    }
    .slideItem2 .title em {
        color: var(--main-color) !important;
    }
    .slideItem2 .title {
        color: #595959;
    }
    .slideItem2 .title p {
        color: var(--main-color);
    }
    .con1 {
        width: 100%;
    }
    .con1con {
        max-width: 103.125rem;
        margin: 0 auto;
        align-items: center;
        display: flex;
        padding: 0 4.0625rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1left {
        width: 55%;
    }
    .con1right {
        width: 45%;
        display: none;
    }
    .con1left h1 {
        margin-bottom: 2.5rem;
        font-size: 1.5rem;
        position: relative;
        color: #303030;
    }
    .con1left h1::after {
        position: absolute;
        width: 2.8125rem;
        height: .0625rem;
        background-color: #595959;
        content: '';
        left: 0;
        bottom: -0.9375rem;
    }
    .con1left p {
        color: #000;
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .con1left a {
        width: 8.75rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
        color: var(--main-color);
        font-size: .875rem;
        display: block;
        border-radius: 3.125rem;
        margin: 1.875rem 0;
        border: .125rem solid var(--main-color);
        transition: var(--main-transition);
    }
    .con1left a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con1left ul {
        display: flex;
    }
    .con1left li {
        width: calc((100% - 2.5rem) / 3);
        margin-right: 1.25rem;
        margin-bottom: 1.25rem;
        padding: .625rem 1.875rem;
        border: .0625rem solid #c0c0c0;
        flex-wrap: wrap;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: .3125rem;
        background-color: var(--main-color-white);
    }
    .con1left li:nth-child(3n) {
        margin-right: 0;
    }
    .con1left li img {
        width: 4.375rem;
        height: 4.375rem;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con1left li strong {
        color: #303030;
        font-size: 1.125rem;
    }
    .con1left li p {
        color: var(--main-color-666);
        font-size: .875rem;
    }
    .con1R {
        width: calc(100% - 4.375rem);
        padding-left: 1.25rem;
    }
    .con2 {
        width: 100%;
    }
    .con2con {
        max-width: 103.125rem;
        padding: 0 4.0625rem;
        margin: 0 auto;
    }
    .proswiper {
        width: 100%;
        padding-bottom: 4.375rem !important;
    }
    .imgBox {
        display: block;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .imgBox img {
        width: 100%;
        transition: var(--main-transition);
        object-fit: cover;
        aspect-ratio: 1 / 1;
    }
    .img_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: var(--main-transition);
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .5);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .img_pos span {
        color: var(--main-color-white);
        font-size: 1rem;
        display: block;
        text-align: center;
        margin: .9375rem 0;
    }
    .line {
        width: 6.25rem;
        transition: var(--main-transition);
        height: .0625rem;
        background-color: var(--main-color-white);
    }
    .proswiper .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .proswiper .swiper-slide:hover .line {
        width: 3.125rem !important;
    }
    .proswiper .swiper-slide:hover .img_pos {
        opacity: 1;
    }
    .proname {
        width: 100%;
        background-color: var(--main-color-white);
        padding: .9375rem 0;
        text-align: center;
        font-size: 1rem;
        color: var(--main-color-333);
    }
    .pageCommon .swiper-pagination-bullet {
        background-color: #e4e4e4;
        border: .125rem solid var(--main-color-white);
        width: .9375rem !important;
        height: .9375rem !important;
        opacity: 1 !important;
    }
    .pageCommon .swiper-pagination-bullet-active {
        background-color: transparent;
    }
    .more {
        width: 8.75rem;
        height: 2.5rem;
        border-radius: 3.125rem;
        color: var(--main-color-white);
        border: .0625rem solid var(--main-color-white);
        display: block;
        margin: 0 auto;
        line-height: 2.5rem;
        text-align: center;
        transition: var(--main-transition);
        margin-top: 2.5rem;
        font-size: .875rem;
    }
    .more:hover {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
        border-color: var(--main-color);
    }
    .con4 {
        width: 100%;
    }
    .con4con {
        max-width: 103.125rem;
        padding: 0 4.0625rem;
        margin: 0 auto;
    }
    .caseswiper {
        width: 100%;
        padding-bottom: 4.375rem !important;
    }
    .con4Box {
        padding: .9375rem;
        background: rgba(255, 255, 255, .7);
    }
    .con4Box img {
        object-fit: cover;
        height: 18.75rem;
        transition: var(--main-transition);
    }
    .con4pos {
        position: absolute;
        width: 100%;
        padding: 1.25rem 0;
        text-align: center;
        color: var(--main-color-white);
        background: rgba(0, 73, 156, .6);
        left: 0;
        bottom: 0;
        font-size: 1.125rem;
    }
    .con4Box:hover img {
        transform: scale(1.1);
    }
    .con5 {
        width: 100%;
    }
    .con5con {
        max-width: 103.125rem;
        padding: 0 4.0625rem;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5left {
        width: 49%;
        position: relative;
        overflow: hidden;
    }
    .con5left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con5left:hover img {
        transform: scale(1.1);
    }
    .left_p {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        background: rgba(0, 0, 0, .7);
        color: var(--main-color-white);
        font-weight: bold;
    }
    .c5top {
        padding: 1.25rem;
        background: rgba(255, 255, 255, .8);
        cursor: pointer;
    }
    .c5top p {
        font-size: 1.125rem;
        color: var(--main-color-333);
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .c5top a {
        display: block;
        font-size: .875rem;
        background-color: var(--main-color);
        color: var(--main-color-white);
        margin-top: 3.75rem;
        width: 8.125rem;
        height: 1.875rem;
        text-align: center;
        line-height: 1.875rem;
    }
    .c5Item {
        margin-top: 1.5625rem;
        padding: 1.25rem;
        display: flex;
        align-items: center;
        cursor: pointer;
        background: rgba(255, 255, 255, .6);
    }
    .c5Ileft {
        transition: var(--main-transition);
        background-color: var(--main-color);
        padding: .9375rem;
        width: 6rem;
    }
    .c5Ileft strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 2.75rem;
        font-weight: normal;
        margin-bottom: .625rem;
    }
    .c5Ileft span {
        color: var(--main-color-white);
        display: block;
        text-align: center;
        font-size: .875rem;
    }
    .con5right {
        width: 49%;
    }
    .c5Iafter {
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 50%;
        background-color: var(--main-color-white);
        transition: var(--main-transition);
        border: .0625rem solid #efefef;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .c5Iright {
        flex: 1;
        padding: 0 1.25rem;
        width: 100%;
        font-size: 1rem;
        color: var(--main-color-333);
        transition: var(--main-transition);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: bold;
    }
    .c5Iafter i {
        color: #bbbbbb;
        font-size: 1.875rem;
    }
    .c5Item:hover .c5Ileft {
        background-color: #f6a821;
    }
    .c5Item:hover .c5Iright {
        color: var(--main-color) !important;
    }
    .c5Item:hover .c5Iafter {
        background-color: #f6a821;
    }
    .c5Item:hover .c5Iafter i {
        color: var(--main-color-white);
    }
    .con6 {
        padding: 0;
        width: 100%;
    }
    .con6con {
        max-width: 103.125rem;
        margin: 0 auto;
        padding: 0 4.0625rem;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1.875rem;
    }
    .con6con ul li {
        width: calc(100% / 3);
        display: flex;
        align-items: center;
        padding: 0 1.25rem;
    }
    .con6con ul li img {
        width: 2.1875rem;
        height: 2.1875rem;
    }
    .con6con ul li span {
        color: var(--main-color-white);
        font-size: 1rem;
        font-weight: bold;
        margin-left: .9375rem;
    }
    .map {
        width: 100%;
        border-radius: .625rem;
    }
    .map img {
        width: 100%;
    }
    .indexcopy {
        text-align: center;
        font-size: .875rem;
        color: var(--main-color-white);
        margin-top: 1.25rem;
    }
    .inbanner {
        width: 100%;
        position: relative;
    }
    .inbanner img {
        width: 100%;
        margin-top: 6.25rem;
    }
    .in_pos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
    }
    .in_pos strong {
        text-shadow: 0 .3125rem .625rem rgba(0, 0, 0, 0.2);
        color: var(--main-color-white);
        font-size: 3rem;
        font-weight: normal;
        margin-bottom: .625rem;
        display: block;
    }
    .in_pos p {
        font-size: 1rem;
        color: var(--main-color-white);
    }
    .bread {
        width: 100%;
        height: 4.375rem;
        background-color: #f5f5f5;
        border-bottom: .0625rem solid #ececec;
    }
    .breadcon {
        max-width: 103.125rem;
        padding: 0 4.0625rem;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .breadcon ul {
        display: flex;
        align-items: center;
    }
    .breadcon ul li a {
        display: block;
        height: 4.375rem;
        position: relative;
        font-weight: bold;
        line-height: 4.375rem;
        font-size: 1.0625rem;
        color: var(--main-color-333);
        padding: 0 1.875rem;
    }
    .breadcon ul li a::before {
        content: '';
        width: .0625rem;
        right: 0;
        height: .9375rem;
        top: 1.75rem;
        position: absolute;
        background-color: #cccccc;
    }
    .breadcon ul li a::after {
        content: '';
        width: 0%;
        left: 50%;
        transform: translateX(-50%);
        transition: all ease .4s;
        height: .1875rem;
        background-color: var(--main-color);
        position: absolute;
        bottom: 0;
    }
    .breadcon ul li a:hover {
        color: var(--main-color);
    }
    .breadcon ul li a:hover::after {
        width: 100% !important;
    }
    .b_active {
        color: var(--main-color) !important;
    }
    .b_active::after {
        width: 100% !important;
    }
    .loca {
        display: flex;
        align-items: center;
    }
    .loca i {
        color: var(--main-color);
        font-size: 1.5625rem;
    }
    .loca span {
        font-size: .875rem;
        color: var(--main-color-555);
        margin: 0 .3125rem;
    }
    .loca a {
        font-size: .875rem;
        color: var(--main-color-555);
    }
    .loca em {
        font-style: normal;
        display: block;
        color: var(--main-color-555);
        font-size: .75rem;
        margin: 0 .3125rem;
    }
    .about {
        padding: 3.75rem 0;
        width: 100%;
    }
    .aboutcon {
        max-width: 103.125rem;
        padding: 0 4.0625rem;
        margin: 0 auto;
    }
    .innerTit {
        margin-bottom: 2.875rem;
    }
    .innerTit strong {
        display: block;
        text-align: center;
        position: relative;
        font-size: 2.25rem;
        color: #525557;
        font-weight: normal;
    }
    .innerTit strong::after {
        width: 3.25rem;
        height: .1875rem;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -0.9375rem;
        transform: translateX(-50%);
        background-color: var(--main-color);
    }
    .insideTxt p {
        font-size: 1.0625rem;
        color: #595959;
        line-height: 2.1875rem;
    }
    .insideTxt img {
        max-width: 100%;
        display: block;
        margin: .9375rem auto;
    }
    .related {
        width: 100%;
        padding: 3.75rem 0;
        background-color: #f7f7f7;
    }
    .relatedCon {
        max-width: 103.125rem;
        margin: 0 auto;
        padding: 0 4.0625rem;
    }
    .relatedCon ul {
        background-color: var(--main-color-white);
        padding: .9375rem;
    }
    .relatedCon ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: .0625rem dashed #cccccc;
        padding: .9375rem 0;
    }
    .relatedCon ul li a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 1.125rem;
        color: var(--main-color-333);
        font-weight: bold;
        width: 75%;
    }
    .relatedCon ul li span {
        font-size: 1rem;
        color: #595959;
    }
    .foot {
        width: 100%;
        padding: 3.125rem 0;
        background-color: #0e3b84;
    }
    .footer {
        margin: 0 auto;
        max-width: 103.125rem;
        padding: 0 4.0625rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerleft {
        width: 62.5rem;
    }
    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft ul li {
        flex: 1;
    }
    .footerleft ul li a {
        display: block;
    }
    .f_a {
        color: #e0e0e0;
        font-size: 1rem;
        margin-bottom: .75rem;
    }
    .s_a {
        font-size: .875rem;
        transition: var(--main-transition);
        color: #728ca6;
        margin-bottom: .625rem;
    }
    .s_a:hover {
        color: var(--main-color-white);
    }
    .footerright h1 {
        color: var(--main-color-white);
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
    .footerright p {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: .625rem;
        color: var(--main-color-white);
    }
    .linkul {
        margin-top: 1.25rem;
        display: flex;
        align-items: center;
    }
    .linkul a img {
        width: 1.75rem;
        height: 1.75rem;
        cursor: pointer;
        margin-right: .9375rem;
    }
    .linkul a {
        position: relative;
    }
    .pos_code {
        padding: .625rem;
        position: absolute;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
        top: -8.75rem;
        left: 50%;
        transform: translateX(-50%);
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
    }
    .pos_code img {
        width: 6.25rem !important;
        height: 6.25rem !important;
        margin: 0 auto !important;
    }
    .linkul a:hover .pos_code {
        opacity: 1;
        visibility: visible;
    }
    .copy {
        padding: 1.25rem 0;
        background-color: var(--main-color);
    }
    .copycon {
        text-align: center;
        color: var(--main-color-white);
        font-size: .875rem;
        margin: 0 auto;
    }
    .copycon a {
        color: var(--main-color-white);
    }
    .mbbot {
        display: none;
    }
    .pro {
        padding: 3.125rem 0;
    }
    .procon {
        max-width: 103.125rem;
        margin: 0 auto;
        padding: 0 4.0625rem;
    }
    .procon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .procon ul li {
        width: calc((100% - 7.5rem) / 4);
        margin-right: 2.5rem;
        margin-bottom: 2.5rem;
        cursor: pointer;
    }
    .procon ul li:nth-child(4n) {
        margin-right: 0;
    }
    .proImg img {
        width: 100%;
        height: 18.75rem;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .procon ul li:hover .proImg img {
        transform: scale(1.1);
    }
    .proImg {
        overflow: hidden;
    }
    .proInfo {
        border: .0625rem solid #ececec;
        padding: 1.25rem;
    }
    .proInfo p {
        font-size: 1rem;
        color: var(--main-color-333);
        padding-bottom: 1.25rem;
        border-bottom: .0625rem solid #e5e5e5;
    }
    .infoBot {
        padding-top: .625rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .infoBot span {
        font-size: .875rem;
        color: #777;
    }
    .infoBot img {
        width: 1.25rem;
    }
    /*  */
    .detail {
        padding: 3.125rem 0;
    }
    .detailCon {
        max-width: 103.125rem;
        margin: 0 auto;
        padding: 0 4.0625rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .detailleft {
        width: 70%;
    }
    .detailright {
        width: 25%;
    }
    .dl_left .mySwiper2 {
        width: 100%;
    }
    .dl_left .mySwiper2 img {
        width: 100%;
        max-height: 25rem;
        object-fit: cover;
        border-radius: .625rem;
    }
    .detailleftop {
        display: flex;
        justify-content: space-between;
    }
    .dl_left {
        width: 48%;
    }
    .dl_right {
        width: 48%;
    }
    .dl_right .mySwiper {
        width: 100%;
    }
    .dl_right .mySwiper img {
        width: 100%;
        height: 4.375rem;
        cursor: pointer;
        border-radius: .3125rem;
        object-fit: cover;
    }
    .dl_right strong {
        font-size: 1.625rem;
        color: #262626;
        display: block;
        font-weight: normal;
        margin-bottom: 1.25rem;
    }
    .belongs {
        padding: .75rem;
        background-color: #f0f0f0;
        font-size: .875rem;
        color: var(--main-color-333);
        cursor: pointer;
        border-radius: .3125rem;
        margin-bottom: 1.25rem;
    }
    .belongs:hover {
        color: var(--main-color);
    }
    .ProSummary {
        font-size: 0.975rem;
        color: #666;
        line-height: 30px;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        text-overflow: ellipsis !important;
        margin: 15px 0;
    }
    .View p {
        font-size: 1.125rem;
        color: var(--main-color-333);
        margin-bottom: .9375rem;
    }
    .userCz {
        margin-top: 1.25rem;
        display: flex;
        align-items: center;
    }
    .userCz a {
        font-size: 1rem;
        margin-right: 1.25rem;
        width: 8.125rem;
        height: 3.125rem;
        line-height: 3.125rem;
        display: block;
        text-align: center;
        color: var(--main-color-333);
        transition: var(--main-transition);
        border-radius: .3125rem;
        border: .0625rem solid var(--main-color-333);
    }
    .userCz a:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-color: var(--main-color);
    }
    .userCz a i {
        margin-right: .625rem;
    }
    .description {
        margin-top: 2.1875rem;
    }
    .des_tit {
        width: 10.5rem;
        height: 3.75rem;
        line-height: 3.75rem;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 1.375rem;
        margin-bottom: 1.5625rem;
    }
    .des_box {
        font-size: 1rem;
        color: var(--main-color-555);
    }
    .detailright {
        width: 25%;
    }
    .detailright strong {
        display: block;
        font-size: 1.5rem;
        color: var(--main-color-333);
        text-align: center;
        margin-bottom: 1.25rem;
    }
    .detailright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .detailright ul li {
        width: 49%;
        cursor: pointer;
        position: relative;
        margin-bottom: .625rem;
    }
    .detailright ul li a {
        display: block;
        overflow: hidden;
    }
    .detailright ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .detailright ul li:hover img {
        transform: scale(1.1);
    }
    .alpos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 73, 156, .7);
        display: flex;
        transition: var(--main-transition);
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 1rem;
        color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
    }
    .detailright ul li:hover .alpos {
        opacity: 1;
        visibility: visible;
    }
    .detailrightcon {
        padding: 1.25rem .625rem;
        background-color: #efefef;
    }
    /*  */
    .new {
        padding: 3.125rem 0;
    }
    .newcon {
        max-width: 103.125rem;
        padding: 0 4.0625rem;
        margin: 0 auto;
    }
    .newsItem {
        display: flex;
        padding: 1.875rem 0;
        border-top: .0625rem solid #dddddd;
    }
    .new_img {
        width: 10rem;
        overflow: hidden;
    }
    .new_img img {
        transition: var(--main-transition);
        width: 100%;
		        height: 100px;
        object-fit: cover;
    }
    .newRight {
        width: calc(100% - 10rem);
        padding-left: 1.875rem;
    }
    .newRight_top strong {
        font-size: 1.5rem;
        color: var(--main-color-999);
        font-weight: normal;
        transition: var(--main-transition);
    }
    .lines {
        width: 2.5rem;
        height: .0625rem;
        transition: var(--main-transition);
        background-color: #aaa;
        margin: 0 1.25rem;
    }
    .newRight_top {
        display: flex;
        align-items: center;
    }
    .newRight_top a {
        font-size: 1rem;
        display: flex;
        color: var(--main-color-333);
        transition: var(--main-transition);
    }
    .newRight_top span {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        display: block;
        margin-top: 10px;
    }
    .newRight_B {
        margin-top: 1.875rem;
        width: 2.5rem;
        height: 1.875rem;
        transition: var(--main-transition);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .newRight_B i {
        color: #ccc;
        font-size: 1rem;
    }
    .newsItem:hover .newRight_B {
        background-color: var(--main-color) !important;
    }
    .newsItem:hover .newRight_B i {
        color: var(--main-color-white);
    }
    .newsItem:hover .new_img img {
        transform: scale(1.1);
    }
    .newsItem:hover .lines {
        width: 4.375rem;
    }
    .newsItem:hover .newRight_top strong {
        color: var(--main-color-333);
    }
    .equipment {
        width: 100%;
        padding: 3.125rem 0;
    }
    .equCon {
        max-width: 103.125rem;
        padding: 0 4.0625rem;
        margin: 0 auto;
    }
    .equCon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .equCon ul li {
        width: calc((100% - 3.75rem) / 3);
        margin-right: 1.875rem;
        margin-bottom: 1.875rem;
        cursor: pointer;
        border: .0625rem solid #dddddd;
    }
    .equCon ul li img {
        width: 100%;
    }
    .equCon ul li:nth-child(3n) {
        margin-right: 0;
    }
    .equCon ul li p {
        transition: var(--main-transition);
        font-size: 1rem;
        color: var(--main-color-666);
        padding: 1.25rem;
        text-align: center;
    }
    .equCon ul li:hover p {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .contact {
        padding: 3.125rem 0;
    }
    .contactcon {
        padding: 0 4.0625rem;
        margin: 0 auto;
        max-width: 103.125rem;
    }
    .contact1 ul {
        padding-top: 1.875rem;
        border-top: .0625rem solid #e5e5e5;
        display: flex;
        flex-wrap: wrap;
    }
    .contact1 ul li {
        flex: 1;
        text-align: center;
    }
    .contact1 ul li img {
        width: 4.375rem;
        height: 4.375rem;
        display: block;
        object-fit: contain;
        margin: 0 auto;
    }
    .contact1 ul li p {
        font-size: 1.125rem;
        color: var(--main-color);
        font-weight: bold;
        margin: 1.25rem 0;
    }
    .contact1 ul li span {
        font-size: 1rem;
        color: #000;
    }
    .contact2 {
        display: flex;
        flex-wrap: wrap;
        margin-top: 1.875rem;
        justify-content: space-between;
    }
    .c2left {
        width: 50%;
    }
    .c2right {
        width: 50%;
        padding: 4.0625rem;
        background-color: #0e3b84;
    }
    .c2right strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        position: relative;
        font-size: 2.25rem;
        margin-bottom: 2.5rem;
    }
    .c2right strong::after {
        content: '';
        position: absolute;
        width: 3.3125rem;
        height: .1875rem;
        background-color: var(--main-color-white);
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.9375rem;
    }
    .forms {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .forms textarea {
        width: 100%;
        display: block;
        background-color: #e0e0e0;
        height: 10rem;
        outline: none;
        padding-left: .9375rem;
        border: none;
        padding-top: .9375rem;
        margin-bottom: 1.25rem;
    }
    .forms input {
        width: 48%;
        margin-bottom: 1.25rem;
        display: block;
        border: none;
        background-color: #e0e0e0;
        outline: none;
        padding-left: .9375rem;
        height: 2.625rem;
    }
    .Sub {
        display: block;
        width: 100%;
        height: 2.625rem;
        line-height: 2.625rem;
        text-align: center;
        color: var(--main-color-white);
        font-size: .875rem;
        background-color: #ffc600;
    }
}

@media only screen and (max-width: 996px) {
    .contact {
        padding: 30px 15px;
    }
    .contact1 ul {
        padding-top: 15px;
        border-top: 1px solid #e5e5e5;
        display: flex;
        flex-wrap: wrap;
    }
    .contact1 ul li {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .contact1 ul li img {
        width: 45px;
        height: 45px;
        display: block;
        object-fit: contain;
        margin: 0 auto;
    }
    .contact1 ul li p {
        font-size: 16px;
        color: var(--main-color);
        font-weight: bold;
        margin: 15px 0;
    }
    .contact1 ul li span {
        font-size: 14px;
        color: #000;
    }
    .contact2 {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        justify-content: space-between;
    }
    .c2left {
        width: 100%;
        margin-bottom: 20px;
    }
    .c2right {
        width: 100%;
        padding: 15px;
        background-color: #0e3b84;
    }
    .c2right strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        position: relative;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .c2right strong::after {
        content: '';
        position: absolute;
        width: 35px;
        height: 2px;
        background-color: var(--main-color-white);
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
    }
    .forms {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .forms textarea {
        width: 100%;
        display: block;
        background-color: #e0e0e0;
        height: 100px;
        outline: none;
        padding-left: 15px;
        border: none;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .forms input {
        width: 100%;
        margin-bottom: 20px;
        display: block;
        border: none;
        background-color: #e0e0e0;
        outline: none;
        padding-left: 15px;
        height: 42px;
    }
    .Sub {
        display: block;
        width: 100%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
        background-color: #ffc600;
    }
    .equipment {
        width: 100%;
        padding: 30px 15px;
    }
    .equCon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .equCon ul li {
        width: 49%;
        margin-bottom: 15px;
        cursor: pointer;
        border: 1px solid #dddddd;
    }
    .equCon ul li img {
        width: 100%;
    }
    .equCon ul li p {
        transition: var(--main-transition);
        font-size: 14px;
        color: var(--main-color-666);
        padding: 10px;
        text-align: center;
    }
    .equCon ul li:hover p {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .new {
        padding: 30px 15px;
    }
    .newsItem {
        display: flex;
        padding: 20px 0;
        flex-wrap: wrap;
        border-top: 1px solid #dddddd;
    }
    .new_img {
        width: 100%;
        overflow: hidden;
    }
    .new_img img {
        transition: var(--main-transition);
        width: 100%;
    }
    .newRight {
        width: 100%;
        margin-top: 20px;
    }
    .newRight_top strong {
        font-size: 18px;
        display: block;
        width: 100%;
        color: var(--main-color-999);
        font-weight: normal;
        transition: var(--main-transition);
        margin-bottom: 10px;
    }
    .lines {
        width: 40px;
        height: 1px;
        transition: var(--main-transition);
        background-color: #aaa;
        margin-bottom: 10px;
    }
    .newRight_top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .newRight_top a {
        font-size: 14px;
        color: var(--main-color-333);
        transition: var(--main-transition);
    }
    .newRight_B {
        margin-top: 10px;
        width: 40px;
        height: 30px;
        transition: var(--main-transition);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .newRight_B i {
        color: #ccc;
        font-size: 14px;
    }
    /*  */
    .detail {
        padding: 30px 15px;
    }
    .detailCon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .detailleft {
        width: 100%;
    }
    .detailright {
        width: 100%;
        margin-top: 20px;
    }
    .dl_left .mySwiper2 {
        width: 100%;
    }
    .dl_left .mySwiper2 img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .detailleftop {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dl_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .dl_right {
        width: 100%;
    }
    .dl_right .mySwiper {
        width: 100%;
    }
    .dl_right .mySwiper img {
        width: 100%;
        cursor: pointer;
        border-radius: 5px;
        object-fit: cover;
    }
    .dl_right strong {
        font-size: 16px;
        color: #262626;
        text-align: center;
        display: block;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .belongs {
        padding: 12px;
        background-color: #f0f0f0;
        font-size: 14px;
        color: var(--main-color-333);
        cursor: pointer;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .belongs:hover {
        color: var(--main-color);
    }
    .View p {
        font-size: 18px;
        color: var(--main-color-333);
        margin-bottom: 15px;
    }
    .userCz {
        margin-top: 20px;
        display: flex;
        align-items: center;
    }
    .userCz a {
        font-size: 16px;
        margin-right: 20px;
        width: 130px;
        height: 50px;
        line-height: 50px;
        display: block;
        text-align: center;
        color: var(--main-color-333);
        transition: var(--main-transition);
        border-radius: 5px;
        border: 1px solid var(--main-color-333);
    }
    .userCz a:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-color: var(--main-color);
    }
    .userCz a i {
        margin-right: 10px;
    }
    .description {
        margin-top: 35px;
    }
    .des_tit {
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 14px;
        margin-bottom: 25px;
    }
    .des_box {
        font-size: 14px;
        color: var(--main-color-555);
        line-height: 25px;
    }
    .detailright {
        width: 100%;
    }
    .detailright strong {
        display: block;
        font-size: 18px;
        color: var(--main-color-333);
        text-align: center;
        margin-bottom: 20px;
    }
    .detailright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .detailright ul li {
        width: 100%;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
    }
    .detailright ul li a {
        display: block;
        overflow: hidden;
    }
    .detailright ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .detailright ul li:hover img {
        transform: scale(1.1);
    }
    .alpos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 73, 156, .7);
        display: flex;
        transition: var(--main-transition);
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 16px;
        color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
    }
    .detailright ul li:hover .alpos {
        opacity: 1;
        visibility: visible;
    }
    .detailrightcon {
        padding: 20px 10px;
        background-color: #efefef;
    }
    /*  */
    .pro {
        padding: 30px 15px;
    }
    .procon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .procon ul li {
        margin-bottom: 25px;
        cursor: pointer;
    }
    .proImg img {
        width: 100%;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .procon ul li:hover .proImg img {
        transform: scale(1.1);
    }
    .proImg {
        overflow: hidden;
    }
    .proInfo {
        border: 1px solid #ececec;
        padding: 15px;
    }
    .proInfo p {
        font-size: 14px;
        color: var(--main-color-333);
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
    }
    .infoBot {
        padding-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .infoBot span {
        font-size: 14px;
        color: #777;
    }
    .infoBot img {
        width: 20px;
    }
    .mbbot {
        height: 60px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--main-color);
    }
    .mbbot ul {
        display: flex;
    }
    .mbbot ul li:last-child {
        border: none !important;
    }
    .mbbot ul li {
        flex: 1;
        border-right: 1px solid rgba(255, 255, 255, .3);
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mbbot ul li p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
    }
    .mbbot ul li img {
        width: 30px;
        height: 30px;
    }
    .copy {
        padding: 15px;
        background-color: #3a3a3a;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
        margin: 0 auto;
    }
    .copycon a {
        color: var(--main-color-white);
    }
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: #0e3b84;
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerleft {
        width: 100%;
    }
    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .footerleft ul li a {
        display: block;
    }
    .f_a {
        color: #e0e0e0;
        font-size: 16px;
        margin-bottom: 12px;
    }
    .s_a {
        display: inline-block !important;
        font-size: 14px;
        transition: var(--main-transition);
        color: #728ca6;
        margin-bottom: 6px;
        margin-right: 6px;
    }
    .s_a:hover {
        color: var(--main-color-white);
    }
    .footerright {
        width: 100%;
        margin-top: 30px;
    }
    .footerright h1 {
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 20px;
    }
    .footerright p {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        color: var(--main-color-white);
    }
    .linkul {
        margin-top: 20px;
        display: flex;
        align-items: center;
    }
    .linkul a img {
        width: 28px;
        height: 28px;
        cursor: pointer;
        margin-right: 15px;
    }
    .linkul a {
        position: relative;
    }
    .pos_code {
        padding: 10px;
        position: absolute;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
        top: -140px;
        left: 0;
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
    }
    .pos_code img {
        width: 100px !important;
        height: 100px !important;
        margin: 0 auto !important;
    }
    .linkul a:hover .pos_code {
        opacity: 1;
        visibility: visible;
    }
    .about {
        padding: 30px 15px;
        width: 100%;
    }
    .innerTit {
        margin-bottom: 30px;
    }
    .innerTit strong {
        display: block;
        text-align: center;
        position: relative;
        font-size: 25px;
        color: #525557;
        font-weight: normal;
    }
    .innerTit strong::after {
        width: 35px;
        height: 3px;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
        background-color: var(--main-color);
    }
    .insideTxt p {
        font-size: 14px;
        color: #595959;
        line-height: 25px;
    }
    .insideTxt img {
        max-width: 100%;
        display: block;
        margin: 10px auto;
    }
    .related {
        width: 100%;
        padding: 30px 15px;
        background-color: #f7f7f7;
    }
    .relatedCon ul {
        background-color: var(--main-color-white);
        padding: 15px;
    }
    .relatedCon ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: .0625rem dashed #cccccc;
        padding: 15px 0;
    }
    .relatedCon ul li a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 18px;
        color: var(--main-color-333);
        font-weight: bold;
        width: 60%;
    }
    .relatedCon ul li span {
        font-size: 14px;
        color: #595959;
    }
    .b_active {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .loca {
        display: flex;
        align-items: center;
    }
    .loca i {
        color: var(--main-color);
        font-size: 25px;
    }
    .loca span {
        font-size: 14px;
        color: var(--main-color-555);
        margin: 0 5px;
    }
    .loca a {
        font-size: 14px;
        color: var(--main-color-555);
    }
    .loca em {
        font-style: normal;
        display: block;
        color: var(--main-color-555);
        font-size: 12px;
        margin: 0 5px;
    }
    .bread {
        width: 100%;
        background-color: #fff;
        padding: 15px;
    }
    .breadcon {
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .breadcon ul {
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .breadcon ul li a {
        display: inline-block;
        position: relative;
        font-size: 14px;
        color: #222;
        padding: 7px 10px;
        background-color: #efefef;
        border-radius: 5px;
        margin-top: 5px;
        margin-right: 10px;
    }
    .breadcon ul li a::after {
        content: '';
        width: 0%;
        left: 50%;
        transform: translateX(-50%);
        transition: all ease .4s;
        height: 3px;
        background-color: var(--main-color);
        position: absolute;
        bottom: 0;
    }
    .breadcon ul li a:hover {
        color: var(--main-color);
    }
    .breadcon ul li a:hover::after {
        width: 100% !important;
    }
    .inbanner {
        width: 100%;
        position: relative;
        margin-top: 60px;
    }
    .inbanner img {
        width: 100%;
    }
    .in_pos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
    }
    .in_pos strong {
        text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        color: var(--main-color-white);
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 10px;
        display: block;
    }
    .in_pos p {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .indexcopy {
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
        margin-top: 20px;
    }
    .con6 {
        padding: 30px;
        width: 100%;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .con6con ul li {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .con6con ul li img {
        width: 25px;
        height: 25px;
    }
    .con6con ul li span {
        color: var(--main-color-white);
        font-size: 16px;
        margin-left: 15px;
    }
    .map {
        width: 100%;
        border-radius: 10px;
    }
    .map img {
        width: 100%;
    }
    .con5 {
        width: 100%;
        padding: 30px;
    }
    .con5con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5left {
        width: 49%;
        display: none;
        position: relative;
        overflow: hidden;
    }
    .con5left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con5left:hover img {
        transform: scale(1.1);
    }
    .left_p {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 20px;
        background: rgba(0, 0, 0, .7);
        color: var(--main-color-white);
        font-weight: bold;
    }
    .c5top {
        padding: 20px;
        background: rgba(255, 255, 255, .8);
        cursor: pointer;
        display: none;
    }
    .c5top p {
        font-size: 18px;
        color: var(--main-color-333);
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .c5top a {
        display: block;
        font-size: 14px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        margin-top: 60px;
        width: 130px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }
    .c5Item {
        margin-top: 15px;
        padding: 10px;
        display: flex;
        align-items: center;
        cursor: pointer;
        flex-wrap: wrap;
        background: rgba(255, 255, 255, 1);
    }
    .c5Ileft {
        width: 100%;
    }
    .c5Ileft strong {
        font-size: 14px;
        font-weight: bold;
        color: var(--main-color-333);
    }
    .c5Ileft span {
        color: var(--main-color-555);
        display: block;
        font-size: 12px;
    }
    .con5right {
        width: 100%;
    }
    .c5Iafter {
        display: none !important;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: var(--main-color-white);
        transition: var(--main-transition);
        border: .0625rem solid #efefef;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .c5Iright {
        width: 100%;
        margin: 10px 0;
        width: 100%;
        font-size: 14px;
        color: var(--main-color-333);
        transition: var(--main-transition);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: bold;
    }
    .c5Iafter i {
        color: #bbbbbb;
        font-size: 30px;
    }
    .c5Item:hover .c5Ileft {
        background-color: #f6a821;
    }
    .c5Item:hover .c5Iright {
        color: var(--main-color) !important;
    }
    .c5Item:hover .c5Iafter {
        background-color: #f6a821;
    }
    .c5Item:hover .c5Iafter i {
        color: var(--main-color-white);
    }
    .con4 {
        width: 100%;
        padding: 30px;
    }
    .con4con {
        margin: 0 auto;
    }
    .caseswiper {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .con4Box {
        padding: 10px;
        background: rgba(255, 255, 255, .7);
    }
    .con4Box img {
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con4pos {
        position: absolute;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        color: var(--main-color-white);
        background: rgba(0, 73, 156, .6);
        left: 0;
        bottom: 0;
        font-size: 14px;
    }
    .con4Box:hover img {
        transform: scale(1.1);
    }
    .more {
        width: 140px;
        height: 40px;
        border-radius: 50px;
        color: var(--main-color-white);
        border: 1px solid var(--main-color);
        display: block;
        margin: 0 auto;
        line-height: 40px;
        text-align: center;
        background-color: var(--main-color);
        transition: var(--main-transition);
        margin-top: 40px;
        font-size: 14px;
    }
    .con2 {
        width: 100%;
        padding: 30px;
    }
    .con2con {
        margin: 0 auto;
    }
    .proswiper {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .imgBox {
        display: block;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .imgBox img {
        width: 100%;
        transition: var(--main-transition);
        object-fit: cover;
        height: 200px;
    }
    .img_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: var(--main-transition);
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .5);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .img_pos span {
        color: var(--main-color-white);
        font-size: 16px;
        display: block;
        text-align: center;
        margin: 15px 0;
    }
    .line {
        width: 100px;
        transition: var(--main-transition);
        height: 1px;
        background-color: var(--main-color-white);
    }
    .proswiper .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .proswiper .swiper-slide:hover .line {
        width: 50px !important;
    }
    .proswiper .swiper-slide:hover .img_pos {
        opacity: 1;
    }
    .proname {
        width: 100%;
        background-color: var(--main-color-white);
        padding: 15px 0;
        text-align: center;
        font-size: 16px;
        color: var(--main-color-333);
    }
    .pageCommon .swiper-pagination-bullet {
        background-color: #e4e4e4;
        border: 2px solid var(--main-color-white);
        width: 15px !important;
        height: 15px !important;
        opacity: 1 !important;
    }
    .pageCommon .swiper-pagination-bullet-active {
        background-color: transparent;
    }
    .con1 {
        width: 100%;
        padding: 30px;
    }
    .con1con {
        margin: 0 auto;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
    }
    .con1right {
        display: none;
    }
    .con1left h1 {
        margin-bottom: 40px;
        font-size: 18px;
        position: relative;
        color: #303030;
    }
    .con1left h1::after {
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: #595959;
        content: '';
        left: 0;
        bottom: -15px;
    }
    .con1left p {
        color: #000;
        font-size: 14px;
        line-height: 25px;
    }
    .con1left a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color);
        font-size: 14px;
        display: block;
        border-radius: 50px;
        margin: 0px auto;
        margin-top: 30px;
        border: 2px solid var(--main-color);
        transition: var(--main-transition);
    }
    .con1left a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con1left ul {
        display: flex;
        display: none !important;
    }
    .con1left li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 10px 30px;
        border: 1px solid #c0c0c0;
        flex-wrap: wrap;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 5px;
        background-color: var(--main-color-white);
    }
    .con1left li:nth-child(3n) {
        margin-right: 0;
    }
    .con1left li img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con1left li strong {
        color: #303030;
        font-size: 18px;
    }
    .con1left li p {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .con1R {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
    .title {
        text-align: center;
        font-size: 25px;
        color: #fff;
        margin-bottom: 20px;
    }
    .title em {
        font-style: normal;
    }
    .title p {
        text-align: center;
        font-size: 16px;
        color: var(--main-color-white);
    }
    .slideItem2 .title em {
        color: var(--main-color) !important;
    }
    .slideItem2 .title {
        color: #595959;
    }
    .slideItem2 .title p {
        color: var(--main-color);
    }
    .verticalPage {
        left: 10px !important;
        width: 20px !important;
    }
    .verticalPage .swiper-pagination-bullet {
        background-color: var(--main-color-white);
        position: relative;
        margin: 20px 0 !important;
    }
    .verticalPage .swiper-pagination-bullet::after {
        position: absolute;
        width: 12px;
        height: 12px;
        border: 1px solid var(--main-color-white);
        content: '';
        border-radius: 50%;
        left: -3px;
        transition: var(--main-transition);
        top: -3px;
        opacity: 0;
    }
    .verticalPage .swiper-pagination-bullet-active::after {
        opacity: 1 !important;
    }
    .banner {
        width: 100%;
        height: 100%;
    }
    .slideItem {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 20;
        padding-top: 60px;
    }
    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-333);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-333);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-333);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .newRight_top span {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        display: block;
        margin-top: 10px;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-333);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 120px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .pchead {
        display: none;
    }
    .vertical_swiper {
        width: 100%;
        height: 100vh;
    }
}